CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - write shape

搜索资源列表

  1. ShapeLib4Net

    3下载:
  2. C#包装的SHAPE文件读写库,为shplib的.net调用。实现对SHP文件的读取与写入。-C# packaging SHAPE document literacy library for the shplib. Net calls. Achieving the right SHP document read and write.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:61573
    • 提供者:hehe
  1. kernel-ica1_2

    0下载:
  2. 又一个外国人写的程序,请大家鉴定,还是ica方面的程序,挺好的-also a foreigner to write the procedures, please identification, or the procedures ica, in very good shape;
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:36208
    • 提供者:sunz
  1. SimpleDrawPicture

    0下载:
  2. VC写的一个绘图程序.程序框架简单易用,目前只实现了TEXT,矩形,园形.在此基础上稍微扩展就可以实现复杂图形的动态绘制.-VC write a drawing program. Procedural framework easy to use, and only realized the TEXT, rectangular, Park shape. Based on this slight expansion can be achieved dynamic complex graphics r
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:12026
    • 提供者:王珺吉
  1. shapelib-1.2.8

    0下载:
  2. ESRI SHAPE文件读/写源代码。SHAPE是GIS中的重要文件格式,本代码对于研究SHAPE文件格式,实现独立代码读/写SHAPE而言,将非常轻松。建议首先阅读SHAPE文件格式白皮书。-ESRI SHAPE document read / write source code. SHAPE is a major GIS file format, the code for research SHAPE file format, achieve independent code reading
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:427164
    • 提供者:bbsqqbbs
  1. J3DDemo

    0下载:
  2. 利用Java 3D API来编写的一个Java三维动画的演示程序。这个程序将在中央显示一行3D的文字,在4个角分别显示4个不同的几何形体,并不停地旋转变化颜色,同时循环播放音乐。-use Java 3D API to write a Java 3D animation demonstration program. This procedure will be shown here in the central 3D language, the four Kok showed four diffe
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:560383
    • 提供者:叶志勇
  1. shapefile

    0下载:
  2. shape file read and write
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:281000
    • 提供者:sunrui_cn
  1. CShapeFile.rar

    0下载:
  2. 公司项目中的shape文件读写源代码,用VC++开发的 能编译运行 希望对从事GIS的工作者有所帮组,Company projects shape documents to read and write source code, with VC++ Developed to run the compiler would like to be engaged in GIS-help group workers
  3. 所属分类:GIS program

    • 发布日期:2017-05-12
    • 文件大小:3042160
    • 提供者:liujia
  1. myASM

    0下载:
  2. 自己写的Active Shape Model face segmentation 代码 -Write their own Active Shape Model face segmentation code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:174821
    • 提供者:Roger
  1. CAM

    0下载:
  2. CAM is useful vhdl code to understand its architecture which helps to write any code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-25
    • 文件大小:794
    • 提供者:Viral
  1. shapefile_read_write

    0下载:
  2. shape file read and write
  3. 所属分类:GIS program

    • 发布日期:2017-04-04
    • 文件大小:653938
    • 提供者:zxb
  1. readfile8

    0下载:
  2. 使用C文件指针读写ArcGIS中的shape文件-ArcGIS using the C file pointer to read and write in the shape file
  3. 所属分类:GIS program

    • 发布日期:2017-05-13
    • 文件大小:3517710
    • 提供者:梁新韵
  1. Matrix_Transform_shape_and_color_of_the_image_dist

    0下载:
  2. 寻找一份自己以前的已经发生颜色或形状畸变的照片,按照上面实验的原理,做出有效的校正,要求写出实验报告。-To find that his past has occurred in a color or shape distortion of the photo, in accordance with the above principle of the experiment to make an effective correction required to write lab report.
  3. 所属分类:Project Design

    • 发布日期:2017-03-27
    • 文件大小:108119
    • 提供者:林文
  1. shape

    0下载:
  2. Shape成为一个包含接口(供层次结构中的类使用)的抽象基类。从类Shape派生出二维形状类TwoDimensionalShape和三维形状类ThreeDimensionalShape,它们也都是抽象类,然后用虚函数print输出每个类的类型和维数。为了计算类层次结构中每个具体类的对象,这两个类中还要包括虚函数area和volume。最后再编写一个程序测试类Shape的层次结构-Shape into a contained interface (for the class hierarchy t
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:245910
    • 提供者:大为
  1. Shape

    8下载:
  2. 写一个画图小程序MiniDraw,要求画直线(Line),椭圆(Ellipse),矩形(Rectangle),多边形(Polygon)等图形元素(图元)。 每种图元需用一个类(对象)来封装,如CLine, CEllipse, CRect, CPolygon; 各种图元可从一个父类CShape来继承; 每种图元的绘制不一样,但是绘制接口在父类中是一样,因此可学习和使用类的多态性。 -Write a drawing applet MiniDraw, required drawing
  3. 所属分类:Graph Drawing

    • 发布日期:2014-08-15
    • 文件大小:2050048
    • 提供者:陈婉
  1. shape

    0下载:
  2. 对shape文件的读写功能,可以打开,平移,缩放图层,可以读坐标,属性,-Shape file read and write capabilities, you can open, pan, zoom layer, you can read the coordinates, attributes, etc.
  3. 所属分类:GIS program

    • 发布日期:2017-11-14
    • 文件大小:5915269
    • 提供者:赵维维
  1. Shape-memory

    0下载:
  2. Help to write UMAT for shape memory alloys
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:272804
    • 提供者:Hamid
  1. geoShap

    0下载:
  2. 使用geotools读写SHAPE文件,可直接导入工程运行-Use geotools read and write SHAPE files can be directly imported engineering run
  3. 所属分类:GIS program

    • 发布日期:2017-11-06
    • 文件大小:13874
    • 提供者:hejing
  1. SHAPE

    0下载:
  2. 读写Shape,能够实现读取和写进shape文件,了解shape文件的结构-read and write Shape file
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:16074
    • 提供者:ran
  1. shape

    0下载:
  2. 基于FPGA的成型滤波器的代码,里面内附激励文件,使用verilog编写-FPGA-based shaping filter code, which included incentives files using verilog write
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-09
    • 文件大小:1862888
    • 提供者:刘先生
  1. Shape.cpp

    0下载:
  2. arcgis shape图形的读写,对数据转换的处理-arcgis shape for read and write
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-30
    • 文件大小:13095
    • 提供者:myh
« 12 3 4 »
搜珍网 www.dssz.com